home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / mag6demo.exe / M600D2.ZIP / MARKUNRD.MEX < prev    next >
Text File  |  1992-06-09  |  457b  |  27 lines

  1. #CONFIG_FILE: D:\GS\COM\1\PGM_DIR\MBBSINIT.1
  2. #LOG_FILE: stdout
  3. #DATABASE: MSG
  4.  
  5. #START
  6.  
  7. !
  8. ! Assumes ID number is in @TALLY10
  9. !
  10.  
  11. if(@thisrec == @lorec) {
  12.    delete(@string12)        ! delete the tmp file (assumed to be in @string12)
  13.    }
  14.  
  15. if(@to == @tally10) {
  16.    if(@deleted == FALSE) {
  17.       if(@received == FALSE) {
  18.          @received = TRUE
  19.          @rcvdate = @today
  20.          @rcvtime = "00:00"
  21.          }
  22.       }
  23.    }
  24.  
  25. #STOP
  26.  
  27.